home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-02-13 | 2.2 KB | 62 lines | [TEXT/MPS ] |
- //# Copyright: © 1995 by Apple Computer, Inc., all rights reserved.
-
- #ifndef _ODREGISTRY_
- #define _ODREGISTRY_
-
- #ifndef _ODTYPESM_
- #include "ODTypesM.idl"
- #endif
-
- /* The C/C++ output for this file needs to be compiled by C/C++ and Rez
- If the C++ emitter ever changes to generate constants, this will
- no longer be true.
- */
-
- module OpenDoc_ODRegistry
- {
- const string OpenDoc_ODRegistry_Version = "1.0.";
- };
-
- #if defined(__SOMIDL__) && defined(EMIT_GLOBAL_CONSTANTS)
- #pragma somemittypes on
- #endif
-
- // Semantic Interface constants
-
- const ODDescType kODStandardPartTokenType = 0x70617274; // 'part'
- const ODDescType typeUserToken = 0x746F6B6E; // 'tokn'
-
- const ODDescType cPart = 0x70617274; // 'part'
- const ODDescType cDraft = 0x64726674; // 'drft'
- const ODDescType kAEOpenDocSuite = 0x4F447374; // 'odst'
- const ODDescType pBundled = 0x626E646C; // 'bndl'
- const ODDescType pShowLinks = 0x736C6E6B; // 'slnk'
- const ODDescType pViewType = 0x76777479; // 'vwty'
- const ODDescType enumViewType = 0x76777479; // 'vwty'
- const ODDescType kAEODFrame = 0x6672616D; // 'fram'
- const ODDescType kAEODLargeIcon = 0x6C69636E; // 'licn'
- const ODDescType kAEODSmallIcon = 0x7369636E; // 'sicn'
- const ODDescType kAEODThumbnail = 0x7468756D; // 'thum'
- const ODDescType pKind = 0x6B696E64; // 'kind'
- const ODDescType pEditor = 0x65647472; // 'edtr'
- const ODDescType pComment = 0x636F6D74; // 'comt'
- const ODDescType pStationery = 0x73746174; // 'stat'
- const ODDescType pCategory = 0x70636174; // 'pcat'
- const ODDescType pSize = 0x73697A65; // 'size'
- const ODDescType pASCreationDate = 0x61736364; // 'ascd'
- const ODDescType pASModificationDate = 0x61736D6F; // 'asmo'
- const ODDescType pAuthor = 0x61757468; // 'auth'
- const ODDescType pIcon = 0x69696D67; // 'iimg'
- const ODDescType cIconFamily = 0x6966616D; // 'ifam'
- const ODDescType pEditorName = 0x656E616D; // 'enam'
- const ODDescType pUniqueID = 0x49442020; // 'ID '
- const ODDescType pContainer = 0x63746E72; // 'ctnr'
- const ODDescType pActivePart = 0x61707274; // 'aprt'
-
-
- #if defined(__SOMIDL__) && defined(EMIT_GLOBAL_CONSTANTS)
- #pragma somemittypes off
- #endif
-
- #endif //# _ODREGISTRY_
-